Defines an axial (type 2) shading.
Axial shadings define a color blend that varies along a linear axis between two endpoints and extends indefinitely perpendicular to that axis.
Initializes a new PDFAxialShading object.
Initializes a new object.
This method supports the internal library infrastructure and should not be used by external client code.
This method supports the internal library infrastructure and should not be used by external client code.
This method supports the internal library infrastructure and should not be used by external client code.
Gets a value indicating whether to filter the shading function to prevent aliasing artifacts.
Gets the shading color space.
This method supports the internal library infrastructure and should not be used by external client code.
Gets the shading domain.
The variable is considered to vary linearly between these two values as the color gradient varies between the starting and ending points of the axis. The variable t becomes the input argument to the shading function.
Gets the shading end color.
Gets the shading end point.
Gets a value indicating whether to extend shading beyond the ending point.
Gets a value indicating whether to extend shading beyond the starting point.
Gets the shading function.
Gets the shading start color.
Gets the shading start point.
Sets a value indicating whether to filter the shading function to prevent aliasing artifacts.
Sets the shading color space.
Sets the shading domain.
The variable is considered to vary linearly between these two values as the color gradient varies between the starting and ending points of the axis. The variable t becomes the input argument to the shading function.
Sets the shading end color.
The startColor and endColor can be set only when the shading uses an exponential function ().
Sets the shading end point.
Sets a value indicating whether to extend shading beyond the ending point.
Sets a value indicating whether to extend shading beyond the starting point.
Sets the shading function.
Sets the shading start color.
The startColor and endColor can be set only when the shading uses an exponential function ().
Sets the shading start point.